home *** CD-ROM | disk | FTP | other *** search
/ PCNet 2000 November / PCnet Mega CD - Kasım 2000.iso / HTML / GAMES / FPS SkiRacing / FPS.ZIP / DATA1.CAB / Skiing_Demo / Aspen.vol / aspen.cs < prev    next >
Encoding:
Text File  |  1998-01-29  |  868 b   |  35 lines

  1. #
  2. # ASPEN
  3. #
  4.  
  5. set TerrainVerticalScale 6.72
  6.  
  7. newCyc cyc 18 20000
  8. cycSetRange cyc 1000 18000 0 14000
  9. cycSetStretchRange cyc -1000 14000 1.5 1.0
  10. cycSetRot cyc 0 0 .14
  11. cycSetSkyColor cyc 42
  12. #cycSetGroundColor cyc 80        #Now done automatically, unless overridden
  13.  
  14. newObject sun SimLight Directional 1 1 1 -.5 .5 -1 .1 .1 .1
  15. simRegister sun
  16.  
  17. newSRTerrain SIM_TERRAIN terrain 6 NoClamp
  18. #terrainClamp SIM_TERRAIN 4 10
  19. #terrainClamp SIM_TERRAIN 3  5
  20. #terrainClamp SIM_TERRAIN 2  2
  21. terrainClamp SIM_TERRAIN 1  0
  22. postAction SIM_TERRAIN MoveUp 0
  23.  
  24. addWalls wall tree.wal filter=1
  25. addWalls wall net.wal filter=2
  26.  
  27. newShapeMgr shapeman
  28. loadShapes shapeman trees.atf vflat filter=1
  29. loadShapes shapeman finish.atf
  30. loadShapes shapeman towers.atf filter=3
  31. loadShapes shapeman signs.atf filter=4
  32. loadShapes shapeman gstandsnd.atf sound invisible filter=6
  33.  
  34.  
  35.